@brief Initialize a struct dvb_mpeg_es_seq_start from buffer @ingroup dvb_table
@param buf Buffer @param buflen Length of buffer @param seq_start Pointer to allocated struct dvb_mpeg_es_seq_start
@return If buflen too small, return -1, 0 otherwise.
This function copies the length of struct dvb_mpeg_es_seq_start to seq_start and fixes endianness. seq_start has to be allocated with malloc.
See Implementation
@brief Initialize a struct dvb_mpeg_es_seq_start from buffer @ingroup dvb_table
@param buf Buffer @param buflen Length of buffer @param seq_start Pointer to allocated struct dvb_mpeg_es_seq_start
@return If buflen too small, return -1, 0 otherwise.
This function copies the length of struct dvb_mpeg_es_seq_start to seq_start and fixes endianness. seq_start has to be allocated with malloc.